Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: hiredis requires df to report version >7.4 #4474

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

kostasrim
Copy link
Contributor

@kostasrim kostasrim commented Jan 17, 2025

hiredis checks for redis version and requires to be greater than 7.4. Dragonfly reports 7.2 and the library throws an error.

  • bump up redis version in info command
  • add compatibility test
  • bump up py dependencies
  • fix warnings and deprecated functions

Resolves #4473

@@ -26,3 +26,4 @@ pytest-icdiff==0.8
pytest-timeout==2.2.0
asyncio==3.4.3
fakeredis[json]==2.26.2
hiredis==2.4.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throwing this here, hiredis 3.0 is incompatible with redis 5.2 (latest release).

TODO bump up the versions once they are fixed

Copy link
Contributor Author

@kostasrim kostasrim Jan 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kostasrim kostasrim self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dragonfly reports redis_version:7.2.0 which is incompatible with hiredis
1 participant